From: Markus Rost Date: Fri, 30 Aug 2002 15:21:22 +0000 (+0000) Subject: (menu-bar-read-mail): Doc fix. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~30902 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=71b60ebdc68c37bf6f598fdfb39cfcab1e5b48b6;p=emacs.git (menu-bar-read-mail): Doc fix. --- diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el index 662a3d5763e..14794651fdb 100644 --- a/lisp/menu-bar.el +++ b/lisp/menu-bar.el @@ -1030,7 +1030,7 @@ paste (in addition to the normal Emacs bindings)." :help "Read your mail and reply to it")) (defun menu-bar-read-mail () - "Read manu using `read-mail-command'." + "Read mail using `read-mail-command'." (interactive) (call-interactively read-mail-command))